home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / eggs_and.swf / scripts / frame_41 / DoAction.as
Encoding:
Text File  |  2008-11-12  |  125 b   |  10 lines

  1. stop();
  2. stopAllSounds();
  3. clockpart.stop();
  4. i = 0;
  5. while(i < meat)
  6. {
  7.    eval("egg" + i).removeMovieClip();
  8.    i++;
  9. }
  10.